ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / MenuBaseTagHelper<T,TControl> Class / CanExecuteCommand Property

In This Topic
    CanExecuteCommand Property (MenuBaseTagHelper<T,TControl>)
    In This Topic
    This method returns a Boolean value that determines whether the controller can execute the command.
    Syntax
    'Declaration
     
    Public Property CanExecuteCommand As String
    public string CanExecuteCommand {get; set;}
    Remarks
    If this method returns false, the menu option is disabled.
    See Also